home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Guide Interactive 8
/
PC Guide Interactive Issue 8 (Future Publishing)(1996).bin
/
escre.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-12
|
803b
|
49 lines
cls
@echo off
@echo .
@echo This installation will create directories on your C: drive
@echo called games\scream
@echo .
@echo .
@echo .
@echo .
@echo .
pause
cls
@echo *********************************************************
@echo INSTALLING OVERLORD
@echo Please Wait
@echo *********************************************************
@echo .
@echo .
@echo .
c:
cd \
md games >nul
cd \games >nul
md scream >nul
cd scream >nul
e:\pkware\pkunzip -d e:\screamer\screamer.zip
cls
@echo *************************************************************
@echo .
@echo INSTALLATION COMPLETE: type scream to run the demonstration
@echo .
@echo *************************************************************
@echo .
@echo .
@echo .